home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / juicy_lucy.swf / scripts / frame_12 / PlaceObject2_262_1223 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-08-19  |  136b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this._y > -16)
  3.    {
  4.       this._y -= 50;
  5.    }
  6.    else
  7.    {
  8.       removeMovieClip(this);
  9.    }
  10. }
  11.